From 965df87908ef12d49c306dec56845e1df281440d Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc kop@karlpinc.com" Date: Mon, 3 Aug 2026 23:53:54 +0000 Subject: [PATCH] Add an anchor for the "codes" schema --- doc/src/architecture/schemas.m4 | 2 ++ doc/src/epilog.inc.m4 | 2 ++ 2 files changed, 4 insertions(+) diff --git a/doc/src/architecture/schemas.m4 b/doc/src/architecture/schemas.m4 index 6b0746b..bb7a244 100644 --- a/doc/src/architecture/schemas.m4 +++ b/doc/src/architecture/schemas.m4 @@ -39,6 +39,8 @@ The ``sokwedb`` schema contains the data collected in the field. It is the primary schema of interest to the researcher. +.. _the_codes_schema: + The codes schema ```````````````` diff --git a/doc/src/epilog.inc.m4 b/doc/src/epilog.inc.m4 index 32c8d80..7fa2a55 100644 --- a/doc/src/epilog.inc.m4 +++ b/doc/src/epilog.inc.m4 @@ -63,6 +63,8 @@ sdb_generated_rst()dnl .. |ER diagrams| replace:: :ref:`ER diagrams ` +.. |the codes schema| replace:: :ref:`the codes schema ` + .. Table and column name substitutions, so we can add "extra comments" to the section heading and still get a link label with the name of the -- 2.34.1